(C) 1996 AROS - The Amiga Replacement OS


NAME
LONG IEEESPNeg()
SYNOPSIS
LONG y

LOCATION
In MathIeeeSingBasBase at offset 10
FUNCTION
Switch the sign of the given ieeesp number

INPUTS
y
IEEE single precision floating point
RESULT
-y

Flags: zero : result is zero negative : result is negative overflow : 0

NOTES
EXAMPLE
BUGS
SEE ALSO
INTERNALS
ALGORITHM: Return -0 if y == 0. Otherwise flip the sign-bit.

HISTORY
25.06.1997 bergers
*** empty log message ***